home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-08-22 | 830 b | 28 lines | [TEXT/TCEd] |
- Set PreditorExists 1
- Export PreditorExists
-
- unalias File
-
- if `Exists "{MPW}"Scripts:Preditor•File` == ""
- echo '### The "File" command may not work properly, because the'
- echo '### "Preditor•File" script is missing from your Scripts folder.'
- echo
- echo '### Also make sure that you have installed the custom "Preditor•Line"'
- echo '### script in your Scripts folder.'
-
- alias File Target
- else
- alias File '"{MPW}"Scripts:Preditor•File'
- alias Line '"{MPW}"Scripts:Preditor•Line'
- end
-
- if `Exists "{MPW}"Tools:RPreditor` == ""
- echo
- echo '### The "RPreditor" tool is missing from your Tools folder.'
- echo '### Until you install it, the File and Line commands will'
- echo '### not work.'
- echo
- echo '### Also make sure that you install the custom Preditor•File and Preditor•Line'
- echo '### scripts in your Scripts folder'
- end
-